home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TZIPPASSWORDDLG / TZIPPASSWORDDLG.txt
Text File  |  2005-06-02  |  2KB  |  97 lines

  1. object ZipPasswordDlg: TZipPasswordDlg
  2.   Left = 391
  3.   Top = 432
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 8
  7.   Caption = 'Entrer le mot de passe'
  8.   ClientHeight = 130
  9.   ClientWidth = 238
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object InvalidLbl: TLabel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 238
  25.     Height = 13
  26.     Align = alTop
  27.     Alignment = taCenter
  28.     Caption = 'Le mot de passe est incorrect.'
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 13
  33.     Width = 238
  34.     Height = 117
  35.     Align = alClient
  36.     BevelOuter = bvNone
  37.     TabOrder = 0
  38.     DesignSize = (
  39.       238
  40.       117)
  41.     object Label3: TLabel
  42.       Left = 0
  43.       Top = 4
  44.       Width = 91
  45.       Height = 13
  46.       Caption = 'Archive encrypt'#233'e :'
  47.     end
  48.     object Label1: TLabel
  49.       Left = 0
  50.       Top = 47
  51.       Width = 50
  52.       Height = 13
  53.       Caption = 'Mot de passe :'
  54.     end
  55.     object SpecPanel: TPanel
  56.       Left = 0
  57.       Top = 20
  58.       Width = 238
  59.       Height = 21
  60.       Anchors = [akLeft, akTop, akRight]
  61.       BevelOuter = bvLowered
  62.       TabOrder = 0
  63.     end
  64.     object PasswordEdit: TEdit
  65.       Left = 0
  66.       Top = 63
  67.       Width = 238
  68.       Height = 21
  69.       Anchors = [akLeft, akTop, akRight]
  70.       PasswordChar = '*'
  71.       TabOrder = 1
  72.     end
  73.     object OkBtn: TButton
  74.       Left = 79
  75.       Top = 94
  76.       Width = 75
  77.       Height = 23
  78.       Anchors = [akTop, akRight]
  79.       Caption = 'OK'
  80.       Default = True
  81.       ModalResult = 1
  82.       TabOrder = 2
  83.     end
  84.     object CancelBtn: TButton
  85.       Left = 163
  86.       Top = 94
  87.       Width = 75
  88.       Height = 23
  89.       Anchors = [akTop, akRight]
  90.       Cancel = True
  91.       Caption = 'Annuler'
  92.       ModalResult = 2
  93.       TabOrder = 3
  94.     end
  95.   end
  96. end
  97.